| Einhugur macOS Bridge plugin. |
|
EinhugurCoreBridge.NSObject Class
Representation of macOS NSObject object base class.
The object will be automatically released like any other Xojo object. Do not manually use the Release method unless you have done something externally to the NSObject, with other plugin or declares that might call for release.
This class is abstract and you cannot create instance of it directly.
Object
NSObject
class EinhugurCoreBridge.NSObject
Constructors
NSObject (private) | Private constructor. This class is abstract and can only be constructed by subclasses. |
Properties
ClassName (desktop - console) | Returns the name of the Cocoa class under the hood as String. |
Handle | Returns Integer handle to the native NSObject structure. |
Methods
shared IsNSObject | Returns true if the NSObject under the hood is NSObject. |
Release | Releases the NSObject. |
Retain | Retains the NSObject |
Constants
Version = 5.0 | |
Supported Platforms:
macOS Intel 64 bitmacOS Apple SiliconiOSUnsupported Platforms:
Windows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bit